home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / atutor.cmp / HIDESHOW.ACL < prev    next >
Encoding:
Text File  |  1993-09-29  |  212 b   |  16 lines

  1. Sample Hide and Show Directives
  2.  
  3. {*HIDE ALL}
  4. First statement.
  5. First question?
  6.     Statement on yes branch.
  7. ?end
  8.  
  9. {*SHOW ALL}
  10. Second question?
  11.     Statement on yes branch.
  12. ?end
  13.  
  14. {*HIDE .}
  15. Last statement.
  16.